home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / p2-8.zip / PH2-8.TXT next >
Text File  |  1990-02-13  |  4KB  |  79 lines

  1.  
  2.                              ==Phrack Inc.==
  3.  
  4.                     Volume One, Issue Two, Phile #8 of 9
  5. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  6.  
  7.                     The Hackers Guide to RSTS-E 8.0
  8.  
  9.                       Data Line.  TWX 650-240-6356
  10.  
  11.  (beginning of the file lost through line noise... I think it reads something
  12.   like:  RSTS-E is an operating system that can run on the PDP...)
  13.  
  14.  
  15.  series of computers.  It can emulate both RSX and RT-11 (though not fully),
  16.  and is often a choice where multiple concurrent operating systems must be
  17.  online.  I was a system manager on an 11-23 for about a year and learned a
  18.  fair amount about the OS (perhaps forgetting a good deal in the interim).
  19.  This phile applies to release 8.0 and the entire 7 series.  By the way,
  20.  version 9.0 is it - DEC is discontinuing RSTS with that release and using 9.0
  21.  as a bridge to VMS for the PDP-11 series.  The logon will tell which version
  22.  you are hacking.
  23.  
  24.   If the SYSTAT-before-logon has been disabled (It probably has), no big
  25.  worry.  Account 1,2 must be present on the system and contains most of the
  26.  system utilities.  On booting, the account is called at least 8 times to put
  27.  batch processors and spoolers online  Changing [1,2]'s passwords in the
  28.  command file is a tedious process - most system managers are too lazy, so it
  29.  won't change often.  Oh yes, the default PW for 1,2 is SYSLIB.  This
  30.  knowledge should cut hacking time considerably for many systems.  When you
  31.  get in, RUN $MONEY.  This gives all accounts, KCT's (Billing units),
  32.  accesses, time on system, and PASSWORDS, if you ask.  Don't reset the system
  33.  when it asks, it merely zeroes the program and not the hardware, but could
  34.  tip someone off that he system had been hacked.
  35.  
  36.   Personally, I like running out of a new account, so RUN $REACT.  Pick a new
  37.  account #, making sure the first number (before the comma) is a "1" to get
  38.  full privilege.  Accept defaults for disk placement.  As for Cluster size, I
  39.  prefer 4.  It's large enough to get fast disk access, but small enough so
  40.  that little space is wasted for small files.  Cluster size is shown (CLU or
  41.  CLS) on MONEY and on DIR/FULL.  Follow conventions and you'll stand less
  42.  chance of being noticed.
  43.  
  44.   RSTS has some of the most complete HELP files short of a CDC mainframe.
  45.  HELP HELP will give the forst screen of the nested menus.  Be sure to do this
  46.  from a privileged account or you'll miss about half of the best commands.
  47.  HELP SYSTAT will give a thorough overview of the system setup & status
  48.  program.
  49.  
  50.   RUN $SYSTAT (or just SYS if the Concise Command Language is set up
  51.  normally).  On the left is a report of te system users including all
  52.  background jobs (print spoolers, batch processors and the like), their
  53.  keyboard, and what state they are in (RN=run, ^C=waiting for input,
  54.  DCL=logged on, no program running, DR=Disk Read, DW=Disk Write).  To the
  55.  right is a list of busy I/O devices.  At the end is a full report of Disk
  56.  names (DR:=Hard, DU:= floppy), and space allocated/free.  To cause some havoc
  57.  pick a target KB, preferrably one running a financial type program.  Note the
  58.  Job # in the leftmost column  Simply type UT KILL # and he's totally gone,
  59.  without so much as a logoff message.  If done during a Disk Write - get out
  60.  the backups!!
  61.  
  62.   If just tying up resources is more your game, RUN $VT50PY.  It gives the
  63.  utilization readout on a 20 second basis, or whenever a key is struck.  The
  64.  program itself uses a lot of CPU time, so when the Interval <20>?  comes up,
  65.  enter a 1 and watch the EXEC percent go through the roof.
  66.  
  67.   If wasting paper is more your style, find the KB:  number of the printer
  68.  (KB0  is the console) from SYSTAT when it's in use, or try LP1:.  Find a
  69.  long text file (DIR [*,*]*.txt) and COPY LP1:=filename.  Don't forget the
  70.  colon when referring to keyboards or printers.
  71.  
  72.   Try DTR.  If DATATRIEVE is online, you can set up a database of huge
  73.  proportions.  Again, full help is available.  SET GUIDE (configure your
  74.  terminal for VT-100) and it takes you through every step.
  75.  
  76. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  77. [Mother Earth 713-393-4764 5:00pm/7:00am]
  78.  
  79.